|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.option.applet.AppletID
This class encapsulates the applet identifier.
| Field Summary | |
protected byte[] |
aid
The applet ID as a byte array. |
| Constructor Summary | |
AppletID(byte[] array)
Constructs an AppletID object from a byte array. |
|
AppletID(java.lang.String hexString)
Constructs an AppletID object from a hexadecimal string. |
|
| Method Summary | |
protected java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object object)
|
int |
hashCode()
|
byte[] |
toBytes()
Returns the applet ID as a byte array. |
java.lang.String |
toString()
Returns the applet ID as a hexadecimal string. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected byte[] aid
byte array.
| Constructor Detail |
public AppletID(byte[] array)
byte array.
array -
the AppletID as a byte array.public AppletID(java.lang.String hexString)
hexString -
the AppletID as a hexadecimal string.| Method Detail |
public byte[] toBytes()
byte array.
byte array.public boolean equals(java.lang.Object object)
public int hashCode()
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||